home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Game Master (3rd Edition)
/
The Game Master 3rd edition.iso
/
files
/
game_cga
/
fordsim
/
ford.bat
< prev
next >
Wrap
DOS Batch File
|
1987-09-15
|
337b
|
24 lines
echo off
simul
:loop
if not ERRORLEVEL 1 goto done
if not ERRORLEVEL 2 goto first
if not ERRORLEVEL 3 goto second
buyers m m
if ERRORLEVEL 1 goto third
simul m
goto loop
:first
buyers
if ERRORLEVEL 1 goto third
simul m
goto loop
:second
buyers m
if ERRORLEVEL 1 goto third
simul m
goto loop
:third
simul m m
:done